home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / CNetDemo / cnet / sdk / Examples / NetEchoList.lha / NetEchoList.doc < prev    next >
Encoding:
Text File  |  1996-06-18  |  3.9 KB  |  94 lines

  1.                        NetEchoList v1.0 by Ray Akey
  2.  
  3.                Developed using the SAS/C Development System
  4.  
  5.                                  -======-
  6.  
  7.  
  8.  
  9.  
  10. What is it??
  11. ------------
  12. NetEchoList, hereafter called "NEL", is a program designed to list
  13. and let you know if your CNet/Control/Fidonet echos are existant/configured in
  14. your message base.
  15.  
  16. If CNet/Control is not running, you will simply get a list of the echos
  17. you've added in Control/Fidonet.
  18.  
  19. If CNet/Control is running, you will be prompted with a list of the networks
  20. you have configured.  You enter the number listed beside the chosen echo
  21. and NEL lists all echos related to that network and a "YES" or "NO".  A YES
  22. signifies that the listed echo has already been AL'd to your Message Base.
  23. A NO means that it has not yet been added.  If you just press ENTER at the
  24. "network choice" prompt, ALL configured echos will be listed, with the parent
  25. network listed in square brackets "[]".
  26.  
  27. An example follows:
  28.  
  29. ================================================================
  30. Shell 1> NetEchoList
  31.  
  32. Available networks:
  33.  
  34.         1. FIDO
  35.         2. ATECHNET
  36.         3. TALKNET
  37.         4. AmigaNet
  38.  
  39. Choose a network [RETURN/ENTER = ALL]: <ENTER>
  40.  
  41. Configured echos           Fido Type                                 In Base0?
  42. ------------------------------------------------------------------------------
  43. 246_ADULT                [      FIDO ]                                   No
  44. 246_FREENET              [      FIDO ]                                   Yes
  45. 246_SYSOP                [      FIDO ] NET 246 SysOp conference - restri Yes
  46. 246_USER                 [      FIDO ]                                   Yes
  47. 60S_70S_PROGROCK         [      FIDO ]                                   Yes
  48. AMIGA                    [      FIDO ] Amiga International Echo          Yes
  49. AMIGA_CDROM              [      FIDO ]                                   Yes
  50. AMIGA_DESKTOP            [      FIDO ]                                   Yes
  51. Amiga_Filefind           [      FIDO ]                                   No
  52. AMIGA_INT                [      FIDO ] Amiga International - WORLDWIDE A No
  53. AMIGA_LC                 [      FIDO ]                                   Yes
  54. AMIGA_MUSIC              [      FIDO ]                                   Yes
  55. AMIGA_NET_DEV            [      FIDO ]                                   Yes
  56. AMIGA_OS&EM              [      FIDO ]                                   Yes
  57. ATECH_AMI_BEGIN          [  ATECHNET ] beginners help each other out wit Yes
  58. ATECH_AMI_SALE           [  ATECHNET ] Afidnet Amiga buy/sell/trade      Yes
  59. ATECH_AMI_TECH           [  ATECHNET ] Afidnet Amiga Technical           Yes
  60. ATECH_AREXX_PROGRAM      [  ATECHNET ] AFidNet Arexx Programming         Yes
  61. ATECH_BBSADS             [  ATECHNET ] Afidnet BBS Advertisements        Yes
  62. ATECH_C_PROGRAMMING      [  ATECHNET ] AFidNet 'C' Programming           Yes
  63. ATECH_C_SOURCES          [  ATECHNET ] Amiga C source code               Yes
  64. ATECH_CNET_MODS          [  ATECHNET ] AFidNet Cnet Modifications        Yes
  65. ATECH_CNET_NEWS          [  ATECHNET ] News about CNet Amiga             Yes
  66. ATECH_CNET_TECH          [  ATECHNET ] CNet Technical info/help          Yes
  67. ATECH_COMPLAINTS         [  ATECHNET ] Got a complaint about ATechNet?   Yes
  68. listed 25 echos
  69.  
  70. NetEchoList v1.0  copyright © 1995-1996 MetalSoft.
  71. =========================================================
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. Installation:
  79. -------------
  80.     Simple - just copy NetEchoList to Mail:bin/ or any other "path'd"
  81. directory and run NetEchoList as a regular AmigaDOS executable.
  82.  
  83. CNet Installation
  84. -----------------
  85.    If you want to add NetEchoList to your BBSMENU so that the command is
  86. available as a CNet command, simply add the following command to your BBSMENU
  87. at the end of section "1;Maintenance Commands":
  88.  
  89.       NEL   |{#4mail:bin/NetEchoList}
  90.  
  91. ...then choose "Text/Menu Reload" from your CNet/Control menus and enter
  92. the command "NEL" from any CNet prompt and you'll get the same behaviour
  93. from NEL as you would from any CNet shell.
  94.